home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6647
/
6647.xpi
/
chrome
/
httpfox.jar
/
content
/
browserOverlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-04-04
|
3KB
|
89 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://HttpFox/skin/HttpFox.css"
type="text/css"?>
<?xul-overlay href="chrome://httpfox/content/HttpFoxOverlay.xul"?>
<overlay id="httpfox" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- scripts start -->
<script type="application/x-javascript" src="chrome://httpfox/content/HttpFox.js"/>
<script type="application/x-javascript" src="chrome://httpfox/content/HttpFoxTree.js"/>
<script type="application/x-javascript" src="chrome://httpfox/content/Utils.js"/>
<!-- scripts end -->
<statusbar id="status-bar"> <!-- overlay firefox statusbar -->
<statusbarpanel id="hf_Status"
context="hf_StatusContextMenu"
onmousedown="HttpFox.onClickStatusIcon(event)">
<image id="hf_StatusLogoImage" tooltiptext="HttpFox" />
</statusbarpanel>
<menupopup id="hf_StatusContextMenu" onpopupshowing="">
<menuitem
label="Open In Own Window"
command="cmd_hf_detach"
image="chrome://httpfox/skin/application_double.png"
/>
<menuseparator/>
<menuitem
label="Options"
oncommand="HttpFox.OpenOptions();"/>
</menupopup>
</statusbar>
<menupopup id="menu_viewPopup">
<menuitem id="hf_menu_viewToggleHttpFox"
insertbefore="toggle_taskbar"
label="HttpFox"
type="checkbox"
key="hf_key_1"
command="cmd_hf_togglePanel" />
</menupopup>
<menupopup id="menu_ToolsPopup">
<menu id="hf_menu_HttpFox"
class="menuitem-iconic"
image="chrome://httpfox/skin/globe16.png"
label="HttpFox"
insertbefore="javascriptConsole" >
<menupopup >
<menuitem id="hf_menu_viewToggleHttpFox"
insertbefore="toggle_taskbar"
label="Toggle HttpFox"
type="checkbox"
command="cmd_hf_togglePanel" />
<menuitem
label="Open In Own Window"
command="cmd_hf_detach" />
<menuseparator/>
<menuitem
label="Options"
oncommand="HttpFox.OpenOptions();" />
</menupopup>
</menu>
</menupopup>
<vbox id="appcontent"> <!-- overlay firefox content window -->
<splitter id="hf_PanelSplitter" collapsed="true" persist="height" />
<vbox id="hf_PanelNormal" collapsed="true" persist="height" >
<vbox id="hf_RequestList" />
<splitter id="hf_MiddleSplitter" persist="height"/>
<vbox id="hf_RequestDetails" />
</vbox>
</vbox>
</overlay>